/*΅Χ²ΏΠΕΟ’*/
.hei50{height:50px;}
.footer_box{background-color:#333333; padding:0px 0 0 0;}
.footer_box .foot{ padding:0 0 0 0; margin:auto; color:#9A9A9A; max-width:1500px;}
.footer_box .foot-title{ height:44px; line-height:44px; padding:30px 0 0 0; border-bottom:1px solid #666666; text-align:left; font-size:18px; color:#f3f3f3; font-weight:bold;}
.footer_box .foot .left{ float:left; width:60%; margin-left: 40px; overflow:hidden;}
.footer_box .foot .left .nav{ float:left; width:calc(25% - 20px); margin-right:20px;}
.footer_box .foot .left .nav:nth-child(4){ margin-right: 0px;}
.footer_box .foot .left .nav p{padding:0 0 0 0; background-repeat:no-repeat; line-height:34px; font-size:14px;}
.footer_box .foot .left .nav p a{color:#FFFFFF; line-height:34px; font-size:14px;}

.footer_box .foot .right{ float:right; width:15%; line-height:34px; font-size:14px;}
.footer_box .foot .right p:nth-child(2){ line-height:34px; padding:16px 0 0 0;}
.footer_box .foot .right img{ max-width:120px; border:2px solid #ffffff;}
.footer_box .foot .right p:nth-child(3){line-height:20px;}

.footer_box .foot .contact{ float:left; width:20%; margin-left:20px;}
.footer_box .foot .contact p{padding:0 0 0 0; background-repeat:no-repeat; line-height:34px; font-size:14px;}
.footer_box .foot .contact p span{color:#FFFFFF;}
.footer_box .foot .contact p:nth-child(2){height:16px; line-height:16px;}
.footer_box .foot .contact p i{ font-size:14px; color:#f3f3f3;}
.footer_box .foot .contact p:nth-child(7){ padding:8px 0 0 0;}
.footer_box .foot .contact p:nth-child(7) a{ display:inline-block; font-size:26px; color:#FFFFFF; font-family:"Times New Roman", Times, serif; background-color:#D60000;
border-radius:40px; -moz-border-radius:40px; -webkit-border-radius:40px; -o-border-radius:40px; -ms-border-radius:40px; padding:4px 40px 6px 40px; font-weight:700;
}

.footer_box .foot .contact .bshare-custom{ padding:14px 0 0 0;}

.copyright{ padding:16px; text-align:center; line-height:24px; background-color:#2F2F2F; color:#868686; font-size:12px;}
.copyright a{font-size:12px; color:#868686;}
.link{ background-color:#3D3D3D; padding:10px; line-height:25px; font-size:12px; border-top:1px solid #444444;}
.link .linknr{ max-width:1500px; margin:auto;}
.link p{float:left; color:#cccccc; margin:0 6px 0 6px;}
.link a{float:left; margin:0 6px 0 6px; color:#666666; font-size:12px;}


@media screen and (max-width:1000px){
	.footer_box .foot .left{ display:none;}
	.footer_box .foot .contact {
		width: 90%;
	}
	.footer_box .foot .right{
		width: 90%;
		margin-left:20px;
		float: left;
	}
	
	
	.head .logo {
		display: flex;
		align-items: center;
	}
	.head .logo img {
        height: 35px;
    }
	.head .logo h1 {
         margin-top: 0px; 
		 font-size: 15px;
    }
	.news {
		padding: 30px 10px 0;
	}
	.news .left-side a {
        height: auto; 
    }
	
	.crumbs {
		height: auto;
	}
	.wrapper{
		display: flex;
		justify-content: center!important;
		flex-wrap: wrap!important;
	}
	
	.head .nav li i {
		font-size: 18px;
	}
	
	.er-banner p {
		width: calc(100% - 40px);
		padding:0 20px;
		font-size: 13px;
        line-height: 20px;
	}
	.er-banner p span {
		margin-bottom:20px;
    }
}

